@charset "utf-8";
/* CSS Document */
/*Andri Joel Harison*/

*{margin:0; padding:0;}

body {
	font-family: "Calibri MS", Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #300000;
	color: #DAA520;
}

h1 {
	padding: 20px 15px 15px 30px;
	font-family: Calibri;
	font-size: 35px; 
	text-align: left;
}
	
h2 { 
	
	font-size: 12px;
	text-align: center;
	margin-left: 0px;
	color: #DAA520;
	font-style: italic;
}

h3 {
	font-family: English157 BT;
	font-size: 35px;
	text-align: left;
	color: #ffffff;
}
h4 {
	padding: 16px 0px 0px 650px;
	font-family: Calibri;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	text-align: left;
}

h5{
	padding: 18px 0px 0px 650px;
	font-family: Calibri;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.5;
	text-align: left;
}

p { 
	padding: 12px 0px 0px 650px;
	font-family: Calibri;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.7;
	text-align: left;
}
a {
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color: #B7A042;
}



#wrapper {
	width: 100%;
	height: 780px;
	background-color: #300000;
}

#header {
	width: 95%;
	height: 10.8%;
	padding-top: 1%;
	padding-left: 5%;
	background-color: #300000;
}

#inhalt-start{
	width: 100%;
	height: 500px;
	background-color: #300000;
}

#inhalt-start section,
#inhalt-start article {
	margin-left: 5px;
	width: 97%;
	height: 500px;
	padding-top: 3%;
	min-height: 400px;
	font-size: 14px;
}

#inhalt-start article p_musik {
	
	width:500px;
	height: 500px;
	/*text-align: justify;*/
	
	padding: 10px 0px 30px 0px;
	color: #ffffff;
}

#inhalt-start article img {
	height: 580px;
	float: left;
	margin-left: -530px;
}
	

.rechts {
float: right;
margin-top: 50px;
margin-left: 100px;
margin-right: 80px;
margin-bottom: 100px;
} 

.links {

margin-top: -10px;
margin-right: 100px;
margin-left: 100px;
margin-bottom: 0px;
} 

#Bild {
	height: 500px;
	float: left;
}
		
#footer {
	clear: both;
	width: 100%;
	height: 10px;
	background-color: #300000;
}


